home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-07-01 | 1.0 KB | 33 lines | [TEXT/MPS ] |
- ; File: E16.TextTool
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- badDevType GEQU $0C01 ; not implemented
- badDevNum GEQU $0C02 ; Illegal device number.
- badMode GEQU $0C03 ; Bad mode: illegal operation.
- unDefHW GEQU $0C04 ; Undefined hardware error
- lostDev GEQU $0C05 ; Lost device: Device no longer on line
- lostFile GEQU $0C06 ; File no longer in diskette directory
- badTitle GEQU $0C07 ; Illegal Filename
- noRoom GEQU $0C08 ; Insufficient space on specified diskette
- noDevice GEQU $0C09 ; Volume not online
- noFile GEQU $0C0A ; File not in specifiled directory
- dupFile GEQU $0C0B ; Filename already exists
- notClosed GEQU $0C0C ; Attempt to open an open file
- notOpen GEQU $0C0D ; Attempt to close closed file
- badFormat GEQU $0C0E ; error reading real or integer
- ringBuffOFlo GEQU $0C0F ; Chars arriving too fast
- writeProtected GEQU $0C10
- devErr GEQU $0C40 ; Read or Write failed
- input GEQU $0000
- output GEQU $0001
- errorOutput GEQU $0002
- basicType GEQU $0000
- pascalType GEQU $0001
- ramBased GEQU $0002
- noEcho GEQU $0000
- echo GEQU $0001
-